
/*********=============首页  页面样式=============********/
/*********======下单流程=====********/
.flowBox{
    height:117px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    background:#fff url('../img/index/flow.jpg') no-repeat center;
    margin:0 auto; 
}
/*********======做包裄17 就让小彩卄17====********/
.globaBox{
  background-color:#fff;
  padding:30px 0 10px;
}
.globaBox .comBox{
    position: relative; 
}
.glH3{
    font-size: 30px;
    text-align:center;
    font-weight:normal;
    padding-top:50px;
}
.glpt{
    margin-top: 10px;
    color: #999;
    font-size: 16px;text-align:center;
}
.globUl{
   padding:40px 0 20px;
   color: #999;  
}
.globUl li{
    flex:1;
    -webkit-flex:1;
    -moz-flex:1;
    -ms-flex:1;
    -o-flex:1;
    /* align-items:center;
    justify-content:center;
    width:25%; */
    padding-left:20px;
}
.globUl li:nth-child(3){padding-left:50px;}
.globUl i{
   width:46px;
   height:46px;
   display: inline-block;
   background:url('../img/index/icon_new.png') no-repeat;
   margin-right:6px;
   float: left;
}
i.gIcn1{background-position:-130px top;}
i.gIcn2{background-position:-181px top;width:52px;}
i.gIcn3{background-position:-243px top;}
i.gIcn4{background-position:-130px -50px;}
.globUSpn{
    font-weight: 700;
    font-size: 36px;
    margin-left: 5px;
    color:#e60021;
    position: relative;
}
.globUSpn::after{
    font-size: 20px;
    content:'+';
    position: absolute;
    top:0;
}

.LgboxLst{
    position: relative;
    width: 603px;
    height: 330px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
    left: 0;
    top:10px;
    z-index:1;
    overflow: hidden;
}
.Lgbox h4,.partBox h6{
    font-size:16px;
    font-weight: normal;
}
.LgboxLstTop{
    background-image: linear-gradient(to right,#fff1dd, #fff);
    line-height: 40px;
    font-weight: 400;
}
.LgboxLstTop span{display:inline-block;color:#999;}
.ww1{width: 19%;text-indent:12px;}
.ww2{width: 14%;}
.ww3{width: 14%;}
.ww4{width: 11%;}
.ww5{width: 14%;}
.ww6{width: 12%;}
.ww7{width: 14%;text-indent:10px;}
.Lmaquee{
    margin-top:8px;
    overflow: hidden;
}
.Lmaquee ul{
    width: 100%;
    height:266px;
}
.LgboxLst li{   
    height: 34px;
    line-height: 34px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;color:#666;
}
.LgboxLst li span{display: inline-block;}
.timH{
    background-color:#a38459;
    border-radius:2px;
    color:#fff;
    padding:0 2px;
    height:19px;
}
.timH s{
    width:30px;
    height: 15px;
    background: #fff;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    line-height: 15px;
    color:#a38459;
    display: inline-block;
    margin-right:1px;
}
.org{
    color: #f90;
    font-weight: 700;
    
}

.world-map{
    position: absolute;
    right: 0;
    top: -15px;
    z-index:0;
    width: 760px;
    height: 465px;
    background: url(../img/index/world-map.png) no-repeat;
}
/*世界地图*/
.country-area{position: absolute;}
.country-area .country-point{ width:5px; height:5px; border-radius:50%; font-size: 0;}
.country-area .point{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;width:12px;height:12px;margin:auto; -webkit-border-radius:50%;-webkit-background-clip:padding-box;-moz-border-radius:50%;-moz-background-clip:padding; border-radius:50%;}
.country-area .point-1, .country-area .point-2{width:150px;height:150px;margin-left:-73px; margin-top: -73px;}
.country-area .point-1:after{ content:'';display:block; position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%; border: 1px solid #f54c18; box-shadow: 0 0 6px #f54c18;opacity:0;-webkit-animation:ripple 4.5s ease-out 225ms infinite;-moz-animation:ripple 4.5s ease-out 225ms infinite;-o-animation:ripple 4.5s ease-out 225ms infinite;animation:ripple 4.5s ease-out 225ms infinite}
.country-area .point-2:after{ content:'';display:block; position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%; border: 1px solid #f54c18; box-shadow: 0 0 6px #f54c18;opacity:0;-webkit-animation:ripple 4.5s ease-out 1125ms infinite;-moz-animation:ripple 4.5s ease-out 1125ms infinite;-o-animation:ripple 4.5s ease-out 1125ms infinite;animation:ripple 4.5s ease-out 1125ms infinite}

.ie8 .country-area .point{display: none !important;}
@-webkit-keyframes ripple {0% {opacity:0;-webkit-transform:scale(.1,.1)}
    5% {opacity:1}
    100% {opacity:0;-webkit-transform:scale(1)}
}
@-moz-keyframes ripple {0% {opacity:0;-moz-transform:scale(.1,.1)}
    5% {opacity:1}
    100% {opacity:0;-moz-transform:scale(1)}
}
@-o-keyframes ripple {0% {opacity:0;-o-transform:scale(.1,.1)}
    5% {opacity:1}
    100% {opacity:0;-o-transform:scale(1)}
}
@keyframes ripple {0% {opacity:0;-webkit-transform:scale(.1,.1);-moz-transform:scale(.1,.1);-ms-transform:scale(.1,.1);transform:scale(.1,.1)}
    5% {opacity:1}
    100% {opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
}

/*合作伙伴*/
.partBox{background-color:#fff;padding: 40px 0 20px;}
.partBox h6{color:#999;}
.partBox ul{
    overflow: hidden;
    padding:10px 0;
}
.partBox li{
    width:137px;
    height: 60px;
    float: left;
    opacity:0.6;
}
.partBox li img{width:100%;}

/*********======关于我们 常见问题=====********/


.inforWap{
    background-color:#fff;
    margin:20px 0;
    padding:10px 0 36px;
}
.proBox h3,.aboutBox h3{font-size:16px;font-weight:normal;padding:10px 0;}
.aboutBox{
    width:825px; 
    margin-right:15px;
}
.aboutoZ{border:1px solid #f2f2f2;
height:400px;}
.inforL{
    padding:30px 14px 40px;
}
.inforL h1{
    margin-bottom: 15px;
    font-size:18px;
    font-weight: 700;
}
.inforL ul{font-size:12px;}
.inforL li{
    margin-bottom: 10px;color:#666;clear: both;
    position: relative;
    padding-left:22px;
}
.inforL li i{
    width:16px;
    height:16px;
    background:url('../img/index/icon_new.png') no-repeat -181px -54px;
    margin-right:6px;
    position: absolute;
    left:0;
}
.inforLimg{
    width:362px;
    padding-top:12px;
}
.inforLimg img{width:362px;}
.inforR{
   width:400px;
   padding:20px 10px 20px 0;
}
.inforR li{
    border-bottom:1px solid #f5f5f5;
    padding:10px 0;
}
.inforR li h6{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14px;
}
.inforR li a h6{color:#333;}
.inforR li a:hover h6{
    color:#e60021;
}
.inforR .txt{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:12px;
    color:#666;
}
.inforRtime{
    margin-top: 10px;
    color: #9fa0a0;
    font-size:12px;
}
/*常见问题*/
.proBox{
    width:410px;
}
.proBox ul{
    border:1px solid #f2f2f2;
    padding:20px;
    height:360px;
}
.proBox li{
    border-bottom:1px solid #e7e7e7;
    padding: 0 15px;
}
.proBox li.curr{
    background-color:#f5f5f5;
}
.proBox li h5{
    padding-top: 18px;
    padding-bottom: 13px;
    cursor: pointer;
    font-size:14px;
    font-weight: normal;
    position: relative;padding-left:26px;
}
.proBox li em{
    margin: 0 8px;
    position: absolute;
    display: inline;
    right:0;
    color: #cfcfcf;
    font-size: 10px;
}
.h5icon{
    width:18px;
    height:18px;
    border-radius:40px;
    border:1px solid #fcc470;
    color:#fcc470;
    position: absolute;
    left:0;
    text-align:center;
}
.anstx{
    color:#999;
    margin-bottom: 18px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size:13px;
}
.proBox ol{
   line-height:40px;
   padding: 14px 0 10px;
}
.proBox ol a{
    text-decoration:underline;
    color:#e60021;
    margin-right:10px;
}
.proBox ol a:hover{
    text-decoration:inherit;
}
.proBox ol a.proMore{
    width: 100px;
    height:32px;
    display:inline-block;
    line-height: 34px;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#666;
    margin-left:30px;
    text-decoration:inherit;
}
.proBox ol a.proMore:hover,.proBox ol a.proMore:hover i{color:#e60021;}
.proMore i{
    font-size:10px;
    font-family:'宋体';
    padding-left:2px;
    color:#999;
}



/*********======产品=====********/
.ishoWap{
    width:1300px;
}
.ishowBox{
  padding:60px 0;
}
.ishowBox ul{
    overflow: hidden;
}
.ishowBox li{
    width:248px;
    height:290px;
    background-color:#fff;
    float: left;
    margin:7px 5px;
    text-align:center;
    cursor: pointer;
    border:1px solid #fff;
    font-size:15px;
}
.ishowBox li a{color:#666;}
.ishowBox li:hover a{color:#333;}
@media (max-width: 1101px){
    .ishoWap{
        width:1100px;
    }
}
.ishowBox li img{width:100%;}
.ishowBox li:hover{border-color:#ddd;}
.ishowSpn{
  padding:18px 0 12px;
  display:block;
}
.ishowBox li:nth-child(5n){}

/*********======优势=====********/
.advBox{
    background:url('../img/index/oem_bj.jpg') no-repeat center bottom;  
    height:402px;
    margin:0 0 10px;
    text-align:center;
    clear: both;
    /* padding-top:10px; */
    position: relative;
    z-index:2;
}
.advTitle{
    color:#000;
    font-size:18px;
    font-weight:normal;
    padding:58px 0;
    display:flex;
    align-items: center;
    justify-content: center;
}
.advTitle span{
    font-size:32px;
    font-weight:700;
    padding:0 12px;
}
.advUl{
   width:100%;
   align-items: center;
   justify-content: center; 
}
.advUl li{
    width:165px;
    height:165px;
    background:url('../img/index/oem_icon.png') no-repeat center;
    flex:1; 
    font-size:15px;
}
.advPtx1,.advPtx2,.advPtx3,.advPtx4,.advPtx5{
    font-size:40px;
    /* background-image:url('../img/icon_new.png');
    background-repeat:no-repeat; */
    width:78px;
    height:32px;
    margin:58px auto 6px;
    font-size: 40px;
    font-weight: bold;
    line-height: 32px;
}
/* .advPtx1{
    background-position:-380px top;  
}
.advPtx2{
    background-position:-380px -43px;  
}
.advPtx3{
    background-position:-380px -85px;  
}
.advPtx4{
    background-position:-294px top;  
}
.advPtx5{
    background-position:-294px -43px;  
} */

/*********======生产基地=====********/
.OEMtitle{
    padding:40px 0;
}
.OEMtitle h6{
    font-size:20px;
    padding:8px 0;
}
.OEMtitle p{
    font-size:14px;
}
.OEMBnt{
    background-color: #ff0036;
    color:#fff;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    padding:0 18px;
    line-height:34px;
    display: inline-block;
    font-size:16px;
    margin:8px 0;
}
.OEMBnt::after{
    content: ">>";
    font-size:12px;
    font-family:'宋体';
    display: inline-block;
    padding-left:10px;
}
.OEMBnt:hover{
    background-color:#df002f;
    color:#fff;
}
.OEMul{
    overflow: hidden;
    padding-bottom:40px;
}
.OEMul li{
    border:1px solid #fbe3e5;
    height:235px;
    flex:1;
    width:33.33%;
    margin-right:15px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    background-color:#fff;
}
.OEMul li:last-child{margin-right:0;}
.OEMulImg{
    height:190px;
    max-height:190px;
    border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -ms-border-radius:4px 4px 0 0;
    -o-border-radius:4px 4px 0 0;
    overflow: hidden;
}
.OEMulImg img{
    width:100%;
    transition: all .5s ease;
}
.OEMul li:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.OEMulPt{
    line-height:44px;
}

/*********======新闻=====********/
.newsBox{
  background-color:#fff;
  border:1px solid #eee;
  line-height:42px;
  height:42px;
  margin-bottom:40px;
  overflow: hidden;
}
.newsTitle{
    color:#fe0036;
    font-size:16px;
    float: left;
    width:10%;
    text-align:center;
}
.newsBoxUl{
    float: left;
    width:90%;
}
.newsBoxUl li{
    flex:1;
    width:33.33%;
    padding-left:16px;
    position: relative;
}
.newsBoxUl li a{color:#333;}
.newsBoxUl li a:hover .neSpnLast{
    text-decoration:underline;
    /* color:#e60021; */
}
.newsBoxUl li em{
  background:url('../img/icon_new.png') no-repeat right -31px;
  width:24px;
  height:12px; 
  position: relative;
  display:inline-block;
  top:-4px;right:6px;
}
.newSpn::after{
    width:1px;
    height:14px;
    background-color:#e2e2e2;
    content: "";
    position: relative;
    display:inline-block;
    margin:0 6px 0 10px;
    top:2px;
}
/*********=============打样  页面样式=============********/
.daySbox{
    border: 1px solid #eee;
    background-color: #fff;
    margin-bottom: 38px;
    margin:0 0 30px;
}
.downLayBox .daySbox{margin:20px 30px 30px;}
.daySboxUl{
   border-radius:2px;
   border-bottom:1px solid #eee; 
   background-color:#eff3f4; 
   height:42px;
   line-height:42px;
}
.daySboxUl li{
    background-color:#fff;
    border-top:2px solid #fff;
    border-right:1px solid #eee;
    padding:0 20px;
    font-size:16px;
    display: inline-block;
    margin-right:2px;
    cursor: pointer;
}
.daySboxUl li.curr{
   border-top:2px solid #ff0036;
   position: relative;  
   top:-1px;
   text-align:center;
}
.daySboxUl li.curr::before{
    width:0; 
    height:0; 
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #ff0036;
    content:"";
    position: absolute;
    top:-1px;
    left:47%;
    margin:0 auto;
    display:block;
}
.daySboxCot{
    padding:40px;
    text-align:center;
    overflow: hidden;
}
/*查看产品详情*/
.lookTile{
    font-size:20px;padding:40px 0 5px;text-align:center;
    /* font-weight:bold; */
}
.goodsImg img{
    width:80%;
}
/*********=============我的首页  页面样式=============********/
.myWaperL{
    border:1px solid #dce2e5;background-color:#fff;margin:30px 0;border-radius:4px;
    overflow: hidden;
    width: 100%;
}
.myformBx{
    background-color:#f5f5f5;
    padding:12px 0; 
    border-bottom:1px solid #e6ebed; 
    text-align: center;
}
.myforInpt{
   border:1px solid #e3e3e3;
   background-color:#fff;
   height:46px;
   line-height:46px;
   width:380px;
   border-radius:4px 0 0 4px;
   padding:0 10px;
}
.myform{
     display:flex;
     display:-webkit-flex; 
     display:-moz-flex;
     display:-ms-flex;
     display:-o-flex;
     width:490px;
     margin:0 auto;
}
.myforBtn{
    background-color:#000;color:#fff;
    border-radius:0 4px 4px 0;
    height: 48px;
    line-height: 48px;
    display:flex;
    display:-webkit-flex; 
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    width:90px;
    align-items:center;
    justify-content:center;
    font-size:15px;cursor: pointer;
    border:0;
}
.myforBtn i{
    font-size:18px;padding-right:6px;
}
.myList{padding:0 20px;}
.myList li{
    border-bottom:1px dotted #f0f0f0;
    padding:20px 0;
    display:flex;
    display:-webkit-flex; 
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    align-items:center;
}
.myListL{
    width:99px;
    height:99px;
    border:1px solid #f2f2f2;
    background-color:#fff;
}
.myListL img{width:100%;height:100%;}
.myListZ{
    padding-left:18px;
    width:640px;
    font-size:13px;
}
.myListZtile{
  font-size:15px;padding-bottom:2px;
}
.myListZtx{
    color:#cbcbcb; 
    padding-top:10px;    
}
.myLabelBtn{
    color:#ff0036;
    /* margin-left:26px; */
    cursor: pointer;
}
.myListR{
    width:260px;
    display:flex;
    display:-webkit-flex; 
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    text-align:center;
    justify-content:flex-end;
}
.myListR a{
   border:1px solid #ff0036; 
   height:33px;line-height:33px; 
   border-radius:3px;
   margin:0 4px;
   width:94px;
   color:#ff0036;
   cursor: pointer;
   display:flex;
   display:-webkit-flex; 
   display:-moz-flex;
   display:-ms-flex;
   display:-o-flex;
   align-items:center;
   justify-content:center;
}
.myListR a.myListRbnt{background-color:#ff0036;color:#fff;}
.myListR a:hover{
    background-color:#ffeded;
}
.myListR a.myListRbnt:hover{background-color:#ea0032;color:#fff;}
.myListR i{
    font-size:20px;
}
/*自定义标筄17 弹层*/
.myLeLayer{
    padding: 2px 30px;
    background-color: #fff;
}
.myLeInpt{
    border:1px solid #e4e4e4;
    height:42px;
    line-height:42px;
    margin-top:20px;
    width:100%;
    text-indent:10px;
}
.myLeInpt:focus,.myforInpt:focus{
	border-color: #e0e0e0;
	outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 217, 217, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 217, 217, .6);
}
.myLeBnt,.layui-layer-btn .layui-layer-btn0{
    height:38px;
    line-height:38px;
    border-color: #000!important;
    background-color: #000!important;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    width: 90px;
    text-align: center;
    margin:20px auto 0;
    cursor: pointer;
}
.myLeBnt:hover{background-color:#212121!important;border-color: #212121!important;}

/*热销推荐*/
.sellBox{
   padding:0 20px;margin-top: 30px;
}
.sellBox h3{
    text-align:center;position: relative;padding-bottom:6px;
}
.sellBox h3::after{
    position: relative;
    height:1px;
    background-color:#cfcfcf;
    width:100%;
    content:'';
    display:block;
    position: relative;top:-10px;
}
.sellBox h3 span{
    background-color:#f5f5f5;position: relative;z-index:1;
    padding:0 10px;
}
.sellBoxUl li{
    background-color:#fff;
    width:194px;height:190px;
    margin-top:8px;
    text-align: center;
}
.sellBoxUl li a{color:#666;}
.sellimg{
    height:150px;
    margin-bottom:8px;
}
.sellimg img{
    vertical-align: middle;
    max-height: 140px;
    max-width: 140px;
}

/**无状怄17**/
.nyBox{
    text-align: center;
    padding:200px 0 300px;
    margin:0 auto;
}
.nyBox p{
    padding-top:20px;color:#666;
}
.nyBtn{
    background-color:#ff0000;
    color:#fff;
    border-radius:40px;
    height:32px;
    line-height:32px;
    text-align:center;
    display: inline-block;
    padding:0 16px;
    margin-top:10px;
}
.nyBtn:hover{color:#fff;}

/*********=============下载刄17樄17  页面样式=============********/
.downBox,.downLayBox{
    border:1px solid #dbe0e4;
    background-color:#fff;
    margin:32px auto 36px;
    padding:30px 18px 20px;
}
.downBox ul{
    overflow: hidden;
}
.downBox li{
    width:276px;
    margin: 0 12px 24px;
    float: left;
    position: relative;
 }
.downBox li.curr .downImg{background-color:#eee;}
.downBox li.curr .downHide{
    display:block;
}
.downImg{
    width:276px;
    height:276px;
    background-color:#f8f8f8;
}
.downImg img{
    width:100%;
}
.downBox h3{
    height:24px;
    line-height:24px;
    padding:8px;
    font-size:14px;
    color:#666;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.downHide{
    padding:8px;
    background-color:#f6f6f6;
    justify-content:space-between;
    color:#666;
    display:none;
    position: absolute;
    left:0;
    bottom:0;
    width:260px;
    overflow: hidden;
    font-size:12px;
    line-height:24px;
}
.downBnt{
    color:#fff;
    background-color:#ff0036;
    border-radius:20px;
    height:24px;
    line-height:24px;
    padding:0 9px;
    float:right;
    cursor: pointer;
}
.downBnt:hover{
    background-color:#df002f;
}
/*弹层*/
.downLyWaper{
    height: 440px;
    padding:30px;
    background-color:#fff;
}
.downLyLt{
    width:352px;
}
.downLyBig{
    width: 350px;
    height: 350px;
    border: 1px solid #DFDFDF;
    position: relative;
}
.downLyBigTx{
    position: absolute;
    right:12px;
    bottom:0;
    font-size:12px;
    height:34px;line-height:34px;
    color:#999;
}
.downLySmall{
    padding-top:8px;
}
.downLySmall li{
    border: 1px solid #eee;
    text-align: center;
    height:80px;
    margin-right:4px;
    cursor: pointer;
    float: left;
    width:84px;
}
.downLySmall li:last-child{margin-right:0;}
.downLySmall li img,.downLyBig img{
    width:100%;
    height:100%;
}
.downLyRt{
    padding-left:10px;
}
.downLyRt h6{
    font-size:16px;
    font-weight:normal;
    padding:20px 0 6px 6px;
}
.downLbtn{
    width:130px;
    height:42px;
    line-height:42px;
    background-color:#ff0036;
    color:#fff;
    border:0;
    margin-top:14px;
    cursor: pointer;
    font-size:16px;
    border-radius:3px;
}
.downLbtn a{color: #fff;}
.downLbtn i{font-size:18px;margin-right:6px;position: relative;top:2px;}
.downLbtn:hover{
    background-color:#e60021;
}

/*********=============模板下载  页面样式=============********/
.solutionBox{
    border:1px solid #dbe0e4;
    background-color:#fff;
    padding:0 24px;
    margin:34px auto;
}
/*模板分类*/
.solutionTop{padding-top:4px;}
.solutionTop li{
   border-bottom:1px dotted #dedede;
   display:flex;
   display:-webkit-flex; 
   display:-moz-flex;
   display:-ms-flex;
   display:-o-flex;
   position: relative;
   height:42px;
   overflow: hidden;
}
.solutionTop li.Tot{
    padding:4px 0;
}
.solutionTop li.Tot .solutionLt{
    padding:0;
    align-items:center;
}
.solutionTop li.curr{
    height:auto;
    overflow:inherit;
    padding-bottom:10px;
}
.solutionLt{
   width:88px;
   padding-top:11px;
   text-align:right;
}
.solutionRt{
    padding-left:16px;
    width:90%;
}
.solutionRt a{
   display: inline-block;
   padding:6px 13px 5px; 
   cursor: pointer;
   color:#666; 
   line-height:30px; 
}
.solutionRt a.curr{
    color:#ff0036;
}
.solutionRt a:hover{color:#000;}
.solutionMore{
   position: absolute;
   right:20px;
   color:#999;
   cursor: pointer;
   font-size:10px;
   top:11px;
}
.solutionMore:hover{
    color:#ff0036;
}
.solutionMore .icon{
    font-size:8px;
    margin-left:6px;
}
.solutionRt a.soltSpn{
    padding:0 13px;
}
.solutionMore.acitve{
    transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
/*内容*/
.solutionGroup{
    padding:0 0px 20px;
}
.solutionGroupUl{
    overflow: hidden;
    padding-bottom:24px;
}
.solutionGroupUl li{
   width:271px;
   height:380px;
   border:1px solid #eee;
   margin:24px 12px 0;
   float: left;
   border-radius:2px;
}
.solutionGroupUl li:hover{
    border-color:#a1a1a1;
}
.solutionGimg{
    height:280px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color:#f8f8f8;
    padding:4px 0;
}
.solutionGimg img{
    transform: scale(0.85);
    object-fit: cover;
    /* width: 100%; */
    max-width: 100%;
    max-height:100%;
    display: block;
}
.solutionGroup h6{
    padding:12px 20px 7px;
    color:#e60021;
    font-size:16px;
    font-family: verdana;
    font-weight:700;
}
.solutionTx{
    padding:0 20px;
}
.solutionTx p{padding-bottom:4px;}
.solutionTitle{
    font-size:14px;
    color:#000;
    text-overflow:ellipsis;overflow:hidden;white-space:nowrap;
    height:20px;
}
.solutionId{
    font-size:12px;
    color:#999;
}
/*模板详情顄17*/
.templateSBox{
    padding: 0 15px
}
.templateSul{
    padding: 15px 0 20px;
    color:#666;
    font-size:15px;
}
.templateSul li{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    margin-bottom:12px;
}
.tempSpn{
    width: 100px;
    text-align: right;
    padding-right: 20px;
}
.tempDv{
    width:640px;
}
.templateSBox .en{font-size:20px;}
.templateSBox h6{
    font-size:18px;
}